home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / remotebt.lha / RemoteBoot.doc < prev    next >
Text File  |  1996-02-14  |  3KB  |  84 lines

  1.  
  2.                           RemoteBoot Version 1.00
  3.                                By The Reaper
  4.  
  5.                            © 1996 Eden Software
  6.  
  7. Introduction
  8. ~~~~~~~~~~~~
  9. RemoteBoot is a small utility to allow booting on a floppy based system from
  10. a network device. It simply reassigns all the system paths to the remote
  11. machine and boots from there. This means you can have a simple boot disk or
  12. a small harddisk to boot from and it will boot every time from the network.
  13.  
  14. System Requirements
  15. ~~~~~~~~~~~~~~~~~~~
  16. There are two versions of RemoteBoot. There is a standalone one which needs
  17. OS2.04+ and a 1.3+ version that needs Assign in C:. Normally, i wouldn't
  18. make a 1.3 compatible version but i wrote this mainly because i have an old
  19. A500 with 1.3 in my network and i wanted to boot from the network.
  20.  
  21. Usage
  22. ~~~~~
  23. Make a file in S: (the standard one) called Boot.cfg. The format of this
  24. config is:
  25.  
  26. S=Net:Dh1/1.3Stuff/s/
  27. L=Net:Dh1/1.3Stuff/l/
  28. C=Net:Dh1/1.3Stuff/c/
  29. DEVS=Net:Dh1/1.3Stuff/devs/
  30. LIBS=Net:Dh1/1.3Stuff/libs/
  31. T=Net:Ram/T
  32. SYS=Net:1.3Stuff/
  33. BOOT=execute S:startup-sequence
  34.  
  35. Note: the stuff before the = is CASE SENSITIVE. It must be in upper case.
  36. A description of each line follows
  37.  
  38. S=      New path for S:
  39. L=      New path for L:
  40. C=      New path for C:
  41. DEVS=   New path for DEVS:
  42. LIBS=   New path for LIBS:
  43. T=      New path for T:
  44. SYS=    New path for SYS:
  45. BOOT=   String to execute. It's executed AFTER the assigns are made.
  46.  
  47. It doesn't matter what order you put the lines in. All apart from BOOT must
  48. be there otherwise the assigns won't work.
  49.  
  50. To start RemoteBoot, just type its name in a CLI or, preferably, put it in
  51. the startup-sequence of a disk or a HD.
  52.  
  53. Pseudo Partitions
  54. ~~~~~~~~~~~~~~~~~
  55. If, like me, you have a 2.04 or above comp. networked to a old 1.3 A500 then
  56. heres a little trick. I run a customized A1200 and a customized A500.
  57. Everything on the 1200's HD was 2.04+ untill i had an idea. Basicly, create
  58. a drawer on your HD called 1.3Boot or sommit like that and use it just for
  59. 1.3 proggies. Make a disk icon for it but make sure you change it's type to
  60. drawer. Now leave it out on ya WB and there you go.. another partition
  61. without the hassle and memory loss of a real one. Oh, don't forget to assign
  62. sommit to it as well :)) The only noticeable difference is that you don't
  63. get the used/free space display on it but that's no big deal.
  64.  
  65. BTW.. only reason i got a A500 was so i could nick it's keyboard for my 1200
  66. hey, i said it was customized :))
  67.  
  68. Disclaimer
  69. ~~~~~~~~~~
  70. This software is provided 'as is' with no warranty of any kind. You use it
  71. entirely at your own risk.
  72.  
  73. Distribution
  74. ~~~~~~~~~~~~
  75. RemoteBoot may be freely distributed as long as nothing is charged for it
  76. other then the price of 1 blank DSDD disk. New that is, not nicked of ya
  77. best mate.
  78.  
  79. History
  80. ~~~~~~~
  81.  
  82. Version 1.00
  83.  
  84.    First release.